home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8982 < prev    next >
Encoding:
Text File  |  1996-08-05  |  940 b   |  30 lines

  1. Newsgroups: comp.lang.c
  2. Path: FreeNet.Carleton.CA!ab598
  3. From: ab598@FreeNet.Carleton.CA (David Biggar)
  4. Subject: Re: C code to convert a bmp to a gif
  5. Message-ID: <DnvHG8.GvJ@freenet.carleton.ca>
  6. Sender: ab598@freenet2.carleton.ca (David Biggar)
  7. Reply-To: ab598@FreeNet.Carleton.CA (David Biggar)
  8. Organization: The National Capital FreeNet
  9. References:  <csmith.13.003BD56C@indirect.com>
  10. Date: Thu, 7 Mar 1996 01:00:08 GMT
  11.  
  12.  
  13. Christopher Smith (csmith@indirect.com) writes:
  14. > Can anyone point me in the direction of some C source code to convert a bmp 
  15. > file to a gif.
  16.  
  17. The following may be useful if you are not able to obtain 
  18. source for direct BMP to GIF conversion.
  19.  
  20. The Independent JPEG Group (IJG) provides C source for the 
  21. conversion of various formats <-> JPEG. The IJG code could 
  22. be used to convert from BMP -> JPEG -> GIF.  
  23. I have used it for JPEG <-> GIF.
  24.  
  25. The source is maintained at ftp://ftp.uu.net/graphics/jpeg/
  26.  
  27. Dave
  28.  
  29.